home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / write / config / english / readwrite.config < prev    next >
Text File  |  1996-11-23  |  323b  |  27 lines

  1. CONFIG ReadWrite;
  2.  
  3. IMPORT RWN_Project;
  4.  
  5. PREFS
  6.   _autoIndent:=FALSE;
  7.   _lockStdKeys:=TRUE;
  8.   _scrRelLeft:=79;
  9.   _scrRelTop:=78;
  10.   _scrRelWidth:=540;
  11.   _scrRelHeight:=412;
  12.  
  13.  
  14. HOOK CLOSEWINDOW
  15.   QuitEd;
  16. END CLOSEWINDOW;
  17.  
  18. BUTTON "mail"
  19.   UMS.WriteMsg(-1,FALSE);
  20. END;
  21.  
  22. BUTTON "news"
  23.   UMS.WriteMsg(-1,TRUE);
  24. END;
  25.  
  26. END ReadWrite.
  27.